home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / BROWSE.DOC < prev    next >
Encoding:
Text File  |  1985-06-20  |  1.1 KB  |  41 lines

  1.  
  2.  
  3.  
  4. BROWSE.COM Documentation
  5.  
  6. Function               Press
  7. ---------------------  ---------------------
  8. Scroll up..............Up arrow or PgUp
  9. Scroll down............Down arrow or PgDn
  10. Scroll right...........Right arrow
  11. Scroll left............Left arrow
  12. Goto top of file.......Home
  13. Goto end of file.......End
  14. Repeat last command....F3
  15. Repeat find............F4
  16. Reset command line.....F5
  17. Quit browse............Esc
  18.  
  19. Command                Code     Comment
  20. ---------------------  -------  -------------------------------
  21. Find a string          / arg    arg is a string, case ignored
  22. Set line terminator    B arg    arg is hex value, default is 0D
  23. ???                    C arg
  24. Down "n" lines         D arg    arg is number of lines to move 
  25. Left "n" columns       L arg    arg is number of columns to move 
  26. Right "n" columns      R arg    arg is number of columns to move 
  27. ???                    T arg
  28. Up "n" lines           U arg    arg is number of lines to move 
  29.  
  30.  
  31. ??? = legal command, but I have yet to figure out what it does.
  32.  
  33.    Tom Poindexter, May 1, 1984
  34.  
  35.  
  36. 
  37.  
  38. ove 
  39.  
  40.  
  41. ??? = legal command, but